home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Shareware World / Shareware Feature / PageSpinner 2.0.1 / Examples / StyleSheet / sheet2.css < prev    next >
Cascading Style Sheet File  |  1997-06-17  |  926b  |  70 lines

  1. BODY {
  2.     margin-left: 16%;
  3.     margin-right: 16%;
  4.     color: black;
  5.     background: #FFFFFF ; 
  6.     font-family: Palatino, Times New Roman, serif;
  7. }
  8.  
  9.  
  10. DIV {
  11.     margin-top: 8px;
  12.     margin-left: 16%;
  13.     margin-right: 16%;
  14.     text-align: justify ;
  15.     text-indent: 24pt ;
  16.     color: black;
  17.     font-family: Palatino, Times New Roman, sans-serif;
  18. }
  19.  
  20.  
  21. P {
  22.      font-family: Palatino, Times New Roman ; 
  23.     font-size: medium ;
  24.     text-align: justify ;
  25.     text-indent: 24pt ;
  26.     color: #000000 ; 
  27. }
  28.  
  29. P.firstletter {
  30.     font-size: 200%; 
  31.     color: red;
  32. }
  33.  
  34. H1 {
  35.     color: #006666 ;
  36.     font-weight: bold ;
  37.     font-size: x-large ;
  38.     margin-top: 10px ; 
  39. }
  40.  
  41.  
  42. H2 {
  43.     color: #006666 ;
  44.     font-weight: bold ;
  45.     font-size: large ; 
  46.     margin-top: 34px ; 
  47. }
  48.  
  49. TABLE 
  50. {
  51.     background-color: #CCCCCC;
  52. }
  53.  
  54. TD {
  55.     font-family: Times, Times New Roman, serif ;
  56.     font-size: medium ;
  57.     text-align: justify ;
  58. }
  59.  
  60. TD.important {
  61.     font-style: italic ; 
  62. }
  63.  
  64.  
  65. B {
  66.     color: #000066 ;
  67.     font-size: 120% ;
  68.     font-weight: bold ;
  69. }
  70.